Text File | 1996-03-12 | 986 b | 21 lines | [TEXT/ttxt]
Version Notes:
SLD Kit v1.0.0 (1.0.1 Registered) - Original Release - 07/24/95
SLD Kit v1.1.0 (1.1.1 Registered) - 08/14/95
General - Added a few non-critical methods, cleaned up a few test cases in existing methods. Also added new test cases for demonstrating shared libraries based on C++ code. Updated Users Guide to v1.1.
Universal:createBlock
- Change; case 2 of 2 was deleted. It was experimental code that should have been deleted in release 1.0.0
Universal:clearMemBlocks
- New Method; New universal to clear Mem Blocks persistant.
Method:Shared Library/listSymbols
- Change; Put call to GetIndSymbol inside a local and list annotated outside to do iteration. For some reason the compiler did not like original approach - direct list annotation on external function.
Method: Shared Library/listSymbolsInfos
- New Method; New class method which lists other information about each exported symbol, name, address of function and class ( see IM PowerMac System Software).